home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmTextFieldPosToXY.z / XmTextFieldPosToXY
Encoding:
Text File  |  2003-11-18  |  2.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmTTTTeeeexxxxttttFFFFiiiieeeellllddddPPPPoooossssTTTTooooXXXXYYYY((((3333XXXX))))    UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV    XXXXmmmmTTTTeeeexxxxttttFFFFiiiieeeellllddddPPPPoooossssTTTTooooXXXXYYYY((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_T_e_x_t_F_i_e_l_d_P_o_s_T_o_X_Y - A TextField function that accesses the
  10.       x and    y position of a    character position
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       #include <Xm/TextF.h>
  14.  
  15.       Boolean XmTextFieldPosToXY (wwwwiiiiddddggggeeeetttt,,,, ppppoooossssiiiittttiiiioooonnnn,,,,    xxxx,,,, yyyy)
  16.            _W_i_d_g_e_t     wwwwiiiiddddggggeeeetttt;
  17.            _X_m_T_e_x_t_P_o_s_i_t_i_o_nppppoooossssiiiittttiiiioooonnnn;
  18.            _P_o_s_i_t_i_o_n     ****xxxx;
  19.            _P_o_s_i_t_i_o_n     ****yyyy;
  20.  
  21.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.       _X_m_T_e_x_t_F_i_e_l_d_P_o_s_T_o_X_Y accesses the x and    y position, relative
  23.       to the upper left corner of the TextField widget, of a given
  24.       character position in    the text buffer.
  25.  
  26.       wwwwiiiiddddggggeeeetttt
  27.            Specifies the TextField widget ID
  28.  
  29.       ppppoooossssiiiittttiiiioooonnnn
  30.            Specifies the character position    in the text for    which
  31.            the x and y position is accessed.  This is an integer
  32.            number of characters from the beginning of the buffer.
  33.            The first character position is 0.
  34.  
  35.       xxxx    Specifies the pointer in    which the x position, relative
  36.            to the upper left corner    of the widget, is returned.
  37.            This value is meaningful    only if    the function returns
  38.            True.
  39.  
  40.       yyyy    Specifies the pointer in    which the y position, relative
  41.            to the upper left corner    of the widget, is returned.
  42.            This value is meaningful    only if    the function returns
  43.            True.
  44.  
  45.       For a    complete definition of TextField and its associated
  46.       resources, see _X_m_T_e_x_t_F_i_e_l_d(_3_X).
  47.  
  48.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  49.       This function    returns    True if    the character position is
  50.       displayed in the TextField widget; otherwise,    it returns
  51.       False, and no    xxxx or yyyy value is    returned.
  52.  
  53.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  54.       _X_m_T_e_x_t_F_i_e_l_d(_3_X).
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.